toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.user
/
[jvm]Address
Address
interface
Address
The user's address containing information about a street, city, state, etc.
Since
7.23
Members
Types
Builder
Link copied to clipboard
class
Builder
A builder of
Address
.
Functions
city
Link copied to clipboard
open
fun
city
(
)
:
String
The name of the city.
country
Code
Link copied to clipboard
open
fun
countryCode
(
)
:
String
The
ISO 3166
2-letter country code.
dependent
Locality
Link copied to clipboard
open
fun
dependentLocality
(
)
:
String
A subdivision of a city, e.g., an inner-city district or a suburb.
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
countryCode
:
String
)
:
Address.Builder
Creates a new
Address
builder with the given
ISO 3166
country code.
state
Link copied to clipboard
open
fun
state
(
)
:
String
The name of the state.
street
Address
Link copied to clipboard
open
fun
streetAddress
(
)
:
String
The full street address.
zip
Link copied to clipboard
open
fun
zip
(
)
:
String
The ZIP code.